Skip to main content

task bluesky_engage - Bluesky Post Engagement Task

Command Title

/task bluesky_engage

Description

This command allows you to create a task that rewards users for engaging with a specific Bluesky post. You can define the type of interaction (e.g., likes, reposts, replies), set a duration, and specify minimum requirements for the user's Bluesky account (age, followers) to ensure quality engagement.

Usage

/task bluesky_engage <post_link> <duration> [type] [account_age] [followers] [char_length] [role_reward]

Parameters

Required Parameters:

  • <post_link>: The URL of the Bluesky post that users must interact with.

  • <duration>: The time limit for the task. Available options are:

    • 1/2/6/12h: 1, 2, 6, 12 hours
    • 24h: 24 hours
    • 2/5/7d: 2, 5, or 7 days

Optional Parameters:

  • [type]: The specific type of interaction required.

    • Only Like
    • Only RT (Repost)
    • Only Reply
    • RT & Like
    • RT & Reply
    • Like & Reply
    • All (Default)
  • [account_age]: The minimum age of the user's Bluesky account.

    • 1 Month Old
    • 3 Months Old
    • 6 Months Old
    • 12 Months Old
  • [followers]: The minimum number of followers the user must have on Bluesky.

    • 25 Followers
    • 50 Followers
    • 100 Followers
    • 200 Followers
    • 500 Followers
  • [char_length]: The minimum character count required for a reply.

    • 5 Characters
    • 25 Characters
    • 50 Characters
    • 75 Characters
  • [role_reward]: The role that users will receive upon completing the task. If left empty, no role will be awarded.

Examples

  • Example 1: Set up a task that rewards users for liking or reposting a specific Bluesky post with the link https://bsky.app/profile/user.name/post/xxxx within 24 hours.

     /task bluesky_engage post_link:https://bsky.app/profile/user.name/post/xxxx duration:24h type:RT & Like
  • Example 2: Set up a task that rewards users for replying to the Bluesky post with the link https://bsky.app/profile/user.name/post/xxxx with at least 50 characters, for an account that is at least 3 months old and has at least 100 followers.

     /task bluesky_engage post_link:https://bsky.app/profile/user.name/post/xxxx duration:7d type:Only Reply account_age:3 Months Old followers:100 Followers char_length:50 Characters

Notes

  • A user can only receive the reward once per task, even if they interact with the post multiple times or in different ways.
  • If a post ID is the same, users can only receive a reward from one task at a time.
  • The [char_length] parameter only applies when [type] is set to Only Reply, RT & Reply, Like & Reply, or All.